OnClientLoadedRows Property
In This Topic
Occurs after the grid rows have been bound to the data source.
Syntax
'Declaration
<JsonAttribute(True,
2,
"loadedRows")>
Public Overridable Property OnClientLoadedRows As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientLoadedRows = value
value = instance.OnClientLoadedRows
[Json(true,
2,
"loadedRows")]
public virtual System.string OnClientLoadedRows {get; set;}
public read-write property OnClientLoadedRows: System.String; virtual;
JsonAttribute(2,
"loadedRows")
public function get,set OnClientLoadedRows : System.String
[Json(true,
2,
"loadedRows")]
public: __property virtual System.string* get_OnClientLoadedRows();
public: __property virtual void set_OnClientLoadedRows(
System.string* value
);
[Json(true,
2,
"loadedRows")]
public:
virtual property System.String^ OnClientLoadedRows {
System.String^ get();
void set ( System.String^ value);
}
See Also